GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス > FindIndex メソッド : FindIndex(Int32,Int32,Predicate<Style>) メソッド |
'宣言 Public Overloads Function FindIndex( _ ByVal startIndex As Integer, _ ByVal count As Integer, _ ByVal match As Predicate(Of Style) _ ) As Integer
public int FindIndex( int startIndex, int count, Predicate<Style> match )